home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Archive-tools / Drop Text 1.5 ƒ / Drop Text - Read Me next >
Text File  |  1994-06-21  |  6KB  |  147 lines

  1.  
  2. About Drop Text 1.5
  3. -------------------
  4.  
  5. (This document looks best with Monaco-9)
  6.  
  7. Drop Text is a drag-and-drop program that I wrote to convert a
  8. multitude of text files that we seem to collect into whatever
  9. format is needed. In this case, conversion between Mac (or Apple
  10. II), MS-DOS, and Unix are what is done.
  11.  
  12. There are other programs out there that can do these, of course,
  13. but mine has some advantages:
  14.  
  15. • Converts the file "in-place" - you don't have to bother with
  16.   extensions to the filename to get rid of or tons of duplicate
  17.   files.
  18. • Very safe - any error aborts the process, leaving the file being
  19.   converted untouched.
  20. • Abortable at any point.
  21. • Checks the file for resource forks and "illegal" ASCII codes and
  22.   does warnings - you can then choose to stop, skip, continue, or
  23.   just do them all.
  24. • Processes directories up to 10 levels deep.
  25. • Can work on non-text files if you so desire.
  26. • Can change the file type & creator if you want.
  27. • Can remove trailing tabs and spaces from lines if you want
  28.   (greatfor C/C++ source files!).
  29. • Can remove high bits of text (high ASCII into low ASCII).
  30. • Can convert AppleWorks WordProcesser files to text files.
  31. • Fast - processes in excess of 15k per second on a stock IIsi.
  32.  
  33.  
  34. How to use this:
  35.  
  36. Well, real simple: select some files and drag it on top of the icon
  37. (the falling safe). If you hold down the OPTION button as you drop
  38. the file(s) or folder(s), the program will give you the Conversion
  39. Settings (the Options :) ) dialog. These settings are saved in the
  40. Preferences directory, so the next time you use the program it will
  41. use the same settings as before.
  42.  
  43.  
  44. Requirements for use:
  45.  
  46. • System 7.0 or later.
  47. • 39k on disk for program, 384k when running.
  48. • Some text or AWP files to convert (of course).
  49.  
  50.  
  51. Compatability:
  52.  
  53. • 32-bit clean.
  54. • Should work on a 68000 cpu - if not, let me know.
  55. • If this doesn't work on your IIvx, I'm sorry, but it works on
  56.   everything else I've tried (SE, SE/30, IIsi, PowerBooks, etc).
  57.  
  58.  
  59.  
  60. Legal stuff:
  61.  
  62. Drop Text 1.4 is totally free. Not for sale or profit for any
  63. reason. This program can only be GIVEN AWAY - it cannot be sold or
  64. charged for in any way shape or form (in other words, if you put it
  65. on a CD-ROM or on a pay-for-use system, don't charge the user for
  66. getting this program).
  67.  
  68. The standard legal disclaimer applies: Not responsible, not my
  69. fault, your problem, not mine. It hasn't broken my machine in the
  70. time I've used it. Bla Bla Bla. If you loose your one and only text
  71. file version of War and Peace because this program ate it, you
  72. should have backed it up first.
  73.  
  74. This junk aside, seriously, the program hasn't messed me up yet -
  75. which is why I put all the safty-checks in there in the FIRST
  76. place. In you accidently converted the file to DOS from MAC, just
  77. convert it back.
  78.  
  79.  
  80. Other stuff:
  81.  
  82. • If you get a Bus Error when you launch this thing, don't blame me -
  83.   blame Apple. It happens to me when I run Teach Text sometimes
  84.   too. Just hit the button (if you're in 32 bit mode) to exit and try
  85.   it again. Otherwise, reboot. I've done my best to track it down and
  86.   fix it (somewhere in SetPort).
  87. • Source -IS- available if you want it.
  88.  
  89.  
  90. Version History:
  91.  
  92. 1.0:
  93.     First public release.
  94. 1.1:
  95.     Modifed program to strip bit 7 from text files. Will warn you if
  96.         it finds one before it does this.
  97.     Cleaned up dialog display so that it's not flashing.
  98.     Expanded the memory from 100k to 384k so that more than 40
  99.         files can be processed at once.
  100.     Doubled the size of the file buffer so that it doesn't hit the
  101.         disk as much.
  102.     Moved where the temp file was at (now on the boot volume's
  103.         hidden Temporary Files folder). This keeps the Finder from
  104.         updating info behind my back and slowing the program down.
  105.     Fixed (hopefully) problem with program blowing with a bus error
  106.         (tracked it down to SetPort - anyone got any ideas?)
  107.     Added beep to the "What Now?" dialogs.
  108.     Added beep when process takes longer than a minute.
  109.     Added support for b&w users - title box and progress bar.
  110. 1.2:
  111.     Program can now optionally change the file type and/or creator.
  112.     Program can now optionally strip trailing spaces and tabs from
  113.         lines. NOTE: This can miss a space or three if the line
  114.         break occurs at juuust the right spot.
  115. 1.3:
  116.     Program can now optionally convert AppleWorks AWP files to
  117.         text files. I did this because I found a bunch of 800k
  118.         ProDOS disk with AWP files on it that I wanted to convert
  119.         over (and since company's copy of AW3.0 died along with the
  120.         //e, there was no way to get the data out!).
  121.     The program now gets Finder to update file information a little
  122.         faster.
  123.     The program can now optionally strip the hi bits - was previously
  124.         always stripping them.
  125.     The dialogs were changed so that they are positioned correctly on all
  126.         screens now (was previously shooting off to the right on some
  127.         systems). I also changed the dialog types from what I thought was
  128.         pleasing to what "some people" belive is correct. If you like the
  129.         old ones, use ResEdit to change them back.
  130.     The Progress dialog can now be dragged around the screen; the position
  131.         is saved as part of your preferences.
  132.     Aborts a little faster.
  133. 1.4:
  134.     Fixed the problem with converting files on floppy disks.
  135.     Added option for allowing the Options dialog to show up for each file.
  136.   Corrected dialog problems.
  137.   Corrected a compile problem with Think C.
  138.   Changed the program so that it creates the workfile in the same directory as the file being changed. This allows files on floppies to be changed.
  139.   Changed the About box and the Creator type.
  140.  
  141.  
  142. Email:
  143.  
  144. If you want, send email to the uploader of this software --
  145. they should be able to forward the text to me.
  146.  
  147.